ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.TypeScript Namespace / ArrayExtension Class / reduce Method / reduce<T1,T>(List<T>,Func<T1,T,T1>,T1) Method

In This Topic
    reduce<T1,T>(List<T>,Func<T1,T,T1>,T1) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function reduce
        (Of T1,T)( _
       ByVal list As List(Of T), _
       ByVal func As Func(Of T1,T,T1), _
       Optional ByVal initialValue As T1 _
    ) As T1
    public static T1 reduce<T1,T>( 
       List<T> list,
       Func<T1,T,T1> func,
       T1 initialValue
    )

    Parameters

    list
    func
    initialValue

    Type Parameters

    T1
    T
    See Also